home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / kmsg / RCS / local.mk,v < prev   
Encoding:
Text File  |  1989-04-04  |  891 b   |  58 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.2
  10. date     89.04.03.22.06.19;  author douglis;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     88.10.24.08.51.49;  author ouster;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @chmod 4770 so mere mortals can't run it.
  27. @
  28. text
  29. @#
  30. # This file is included by Makefile.  Makefile is generated automatically
  31. # by mkmf, and this file provides additional local personalization.  The
  32. # variable SYSMAKEFILE is provdied by Makefile;  it's a system Makefile
  33. # that must be included to set up various compilation stuff.
  34. #
  35.  
  36. #
  37. # Must run set-user-id to root. Let's also make it so mere mortals can't
  38. # exec it by accident.
  39. #
  40. INSTALLFLAGS    += -o root -m 4770
  41.  
  42. #include    <$(SYSMAKEFILE)>
  43. @
  44.  
  45.  
  46. 1.1
  47. log
  48. @Initial revision
  49. @
  50. text
  51. @d9 2
  52. a10 1
  53. # Must run set-user-id to root.
  54. d12 1
  55. a12 1
  56. INSTALLFLAGS    += -o root -m 4775
  57. @
  58.